GitLab CI Kotlin DSL
Toggle table of contents
0.4.1
common
Platform filter
common
Switch theme
Search in API
GitLab CI Kotlin DSL
GitLab CI Kotlin DSL
/
opensavvy.gitlab.ci.plugins
/
Helm
Helm
class
Helm
(
source
)
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
add
Repository
Link copied to clipboard
fun
addRepository
(
name
:
String
,
url
:
String
)
:
<Error class: unknown class>
deploy
Link copied to clipboard
fun
deploy
(
release
:
String
,
chart
:
String
,
values
:
List
<
String
>
=
emptyList()
,
namespace
:
String
?
=
null
,
createNamespace
:
Boolean
=
namespace != null
,
wait
:
Boolean
=
true
,
atomic
:
Boolean
=
true
)
:
<Error class: unknown class>
update
Repositories
Link copied to clipboard
fun
updateRepositories
(
)
:
<Error class: unknown class>